-
Notifications
You must be signed in to change notification settings - Fork 44
Add InlineAnnotation #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7c2dc77
to
e1c1428
Compare
This is an experiment in extending the API to support inline annotations. I'm not sure if it's worth it, but wanted to give it a try and got it to work! Alternatively, I was thinking of extending |
@CAD97, @wycats, @brendanzab - thoughts? I think it may be a path forward to allow for source coloring, if we enable custom "styles" and allow for such annotations. Not sure if it's the best way, but it's an option. My primary goal is to visually aid analyzing the slice, not syntax coloring. |
#97 will expand the API to allow different types of annotations. If someone wants to move this forward from where we are at, I'd recommend creating an issue to discuss the idea. |
This is an experimental concept to annotate source inline on top of annotating it below.